Icon SVG Library
Type
library
Summary
This is an SVG icon path library.
Description
This is an SVG icon path library.
Children Properties
Handler
Name | Summary | Syntax |
---|---|---|
setCurrentIconFamily | Set the current icon family. | setCurrentIconFamily(<pFamily>) |
iconCodepointFromName | Returns the codepoint corresponding to the given icon in the current font. | iconCodepointFromName(<pName>) |
iconListMatching | Return the available icons in the current icon family that match the search string. | iconListMatching(<pSearch>) |
addIcon | Add an icon to the iconsvg library. | addIcon(<pName>,<pSVG>,<pCodepoint>) |
iconList | Return the available icons in the current icon family. | iconList() |
iconNames | Returns the available icons in the current icon family. | iconNames() |
iconSVGPathFromName | Returns the SVG path for the given icon. | iconSVGPathFromName(<pName>) |
iconNamesForFamily | Returns the available icons in the specified icon family. | iconNamesForFamily(<pFamily>) |
addIconFamily | Add an icon family to the iconsvg library. | addIconFamily(<pFamily>,<pIconData>) |
iconDataForFamily | Return the available icon data in the specified icon family. | iconDataForFamily(<pFamily>) |
getCurrentIconFamily | Return the current icon family. | getCurrentIconFamily() |
iconData | Return the available icon data in the current icon family. | iconData() |
iconFamilies | Returns the available icons families. | iconFamilies() |
deleteIconFamily | Delete an icon family from the iconsvg library. | deleteIconFamily(<pFamily>) |
iconArrayMatchingInAllFamilies | Return the available icons in all icon families that match the search string. | iconArrayMatchingInAllFamilies(<pSearch>) |
iconListForFamily | Return the available icons in the specified icon family. | iconListForFamily(<pFamily>) |